home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / fixgrp / fixgroup.doc < prev    next >
Text File  |  1992-07-11  |  2KB  |  39 lines

  1. Fixgroup - A program to fix up Windows 3.x group files when
  2.            you move the group targets directory.
  3.  
  4. A Windows 3.x group file has many pointers in it that tell Windows
  5. where to find things like the program to execute and its icons.
  6. If you end up having to move the Windows directory or another
  7. directory that a group file points to, you will then have to go and
  8. change every entry that is now "gone" by doing a change property on
  9. every item. This program attempt to help in this by going thru a group 
  10. and a supplied path and fixing the entries for you. This program is
  11. driven by an Environment variable "FIXGROUP". You should set this
  12. variable to point to where the posible targets for the group to be fixed 
  13. are located and then run it creating a new group file. Then start up
  14. Windows with the new group file and see what was done.
  15.  
  16. This code has been tested with Windows 3.0 and 3.1 and with varying sizes
  17. of group files. Although it appears to work you USE AT YOUR OWN RISK!!!!
  18.  
  19. Format:
  20.    SET FIXGROUP=C:\WINDOWS;D:\WINAPPS;J:\WINMISC;X:\WINNET; ..AND SO ON
  21.    FIXGROUP INPUT.GRP OUTPUT.GRP
  22.    
  23. There will be many different diagnostics issued during the execution
  24. so you may want to redirect the output to a file to look at later.
  25.  
  26. REMEMBER !!!!  Always back up any files that you modify !!!!
  27.  
  28. I can be reached at the following:
  29.  
  30. John C Bacas
  31. c/o Elegance, Unlimited
  32. P.O Box 1663
  33. Morristown, NJ 07960-1663
  34.  
  35. or on the EXECUTIVE NETWORK BBS 914-667-4066
  36. or on Compuserve 76104,447
  37.  
  38.  
  39.